Revert "Adwaita: add more padding to popovers"
authorLapo Calamandrei <calamandrei@gmail.com>
Sat, 29 Oct 2016 15:33:26 +0000 (17:33 +0200)
committerLapo Calamandrei <calamandrei@gmail.com>
Sat, 29 Oct 2016 15:33:26 +0000 (17:33 +0200)
Padding should be added back to menu popover only...
This reverts commit 670948586afbd3957dd9dbe28b3a5426270cd901.

gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained.css

index 60afcfbd6143c37207642db8c5f87ceb5fe494d6..eb9f202fd527b7e3f41486541f4b31a63d00223c 100644 (file)
@@ -1987,7 +1987,7 @@ menuitem {
  ***************/
 
 popover.background {
-  padding: 8px;
+  padding: 2px;
   border-radius: 5px;
   background-color: $popover_bg_color;
 
index 23df62bde9fe13797a94c880b9cd42acfae27862..3ee66f45585b7500497ebc6cf17af4f8ae9fe856 100644 (file)
@@ -2332,7 +2332,7 @@ menuitem radio {
  * Popovers   *
  ***************/
 popover.background {
-  padding: 8px;
+  padding: 2px;
   border-radius: 5px;
   background-color: #33393b;
   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
index 28290c2b586522adf8f5e7f4557b52d74a27e267..9e6ff672e06aa128586c5a900dc1068b6be38b1d 100644 (file)
@@ -2347,7 +2347,7 @@ menuitem radio {
  * Popovers   *
  ***************/
 popover.background {
-  padding: 8px;
+  padding: 2px;
   border-radius: 5px;
   background-color: #e8e8e7;
   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }